Research
Security News
Malicious npm Package Targets Solana Developers and Hijacks Funds
A malicious npm package targets Solana developers, rerouting funds in 2% of transactions to a hardcoded address.
rox-snackbar
Advanced tools
参数 | 说明 | 类型 | 默认值 |
---|---|---|---|
message | 提示文本 | string | 无 |
visibile | 是否可视 | bool | false |
actionTpl | 交互区域模板,不传则为不可交互 | tpl | 无 |
onAction | 交互回调函数 | function | false |
import Snackbar from 'rox-snackbar'
/**
* message String 提示文本
* visibile Boolean 是否可视
* actionTpl String 交互区域模板,不传则为不可交互
* onAction Func 交互回调函数
*
*/
<Snackbar
message="测试提示文本"
actionTpl={actionTpl}
visibile={this.state.showSnackBar}
onAction={() => {
this.closeHandler()
}}
/>
FAQs
--- subtitle: 搜索框 group: General ---
The npm package rox-snackbar receives a total of 1 weekly downloads. As such, rox-snackbar popularity was classified as not popular.
We found that rox-snackbar demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 5 open source maintainers collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Research
Security News
A malicious npm package targets Solana developers, rerouting funds in 2% of transactions to a hardcoded address.
Security News
Research
Socket researchers have discovered malicious npm packages targeting crypto developers, stealing credentials and wallet data using spyware delivered through typosquats of popular cryptographic libraries.
Security News
Socket's package search now displays weekly downloads for npm packages, helping developers quickly assess popularity and make more informed decisions.